home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000116_news@columbia.edu_Fri Jan 6 16:56:49 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29737
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 8 Jan 1995 05:52:27 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22893
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 8 Jan 1995 05:52:25 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!uhog.mit.edu!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!vixen.cso.uiuc.edu!ux2.cso.uiuc.edu!shair
  6. From: shair@uiuc.edu (Bob Shair)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: BLOCKS & Error Checking?
  9. Date: 6 Jan 1995 16:56:49 GMT
  10. Organization: University of Illinois at Urbana
  11. Lines: 40
  12. Message-Id: <3ejsoh$phe@vixen.cso.uiuc.edu>
  13. References: <3eioh1$3at@usenet.ucs.indiana.edu>
  14. Nntp-Posting-Host: ux2.cso.uiuc.edu
  15. Originator: shair@ux2.cso.uiuc.edu
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. jawarric@ucs.indiana.edu (Jeff Warrick) writes:
  19.  
  20. >I have a few questions.  checked the tiny FAQ with no luck...
  21. >SYSTEM:  I type Wermit to run kermit, so I guess that is the specific
  22. >                kermit program on SCO Unix.
  23. The provided makefile compiles Kermit source to "wermit", to give a test
  24. version which won't overwrite the production "kermit".  The System Admin
  25. is supposed to rename it to "kermit" when satisfied with it.
  26. >         I use Crosstalk for Windows over a 14.4 modem.
  27. >
  28. >1)  What are blocks?  As I set packet lengths to 4096 and higher, it 
  29. >reminds me to set block check to 2 or 3.  Can someone tell me what block 
  30. >check is?
  31. >
  32. >2)  My modem software has a Checksum setting - single, double, or CRC.  
  33. >My kermit program doesn't have a corresponding setting.  What's the deal?
  34. Block check is the same as Checksum. 
  35. Kermit        Crosstalk
  36. set block 1    checksum single
  37. set block 2    checksum double
  38. set block 3    checksum CRC
  39.  
  40. If they don't match, you'll get:
  41. >3)  Ever since I started playing with my settings to get *useable* 
  42. >results, my transfer quits after 1 error.  Is this because of the long 
  43. >packet lengths?
  44.  
  45. It could be, but non-matching Checksum parameters will cause it.  I don't
  46. know what parts of the Kermit protocol Crosstalk implements.  When I used
  47. to run Windows on my PC, I used MS-Kermit in a DOS Full-Screen session
  48. as my terminal emulator.  It was very compatible with the C-Kermit on
  49. the Unix boxes, and was free!  (Now running OS/2 so have C-Kermit at both
  50. ends).
  51.  
  52. You'll have to check your Crosstalk documentation to see what it supports.
  53. -- 
  54.  
  55. Bob Shair                          Open Systems Consultant
  56. 1018 W. Springfield Avenue         shair@uiuc.edu
  57. Champaign, IL 61821           217/356-2684